-
Notifications
You must be signed in to change notification settings - Fork 2k
New Driver: Hypriot (for Raspberry Pi) #1225
Conversation
Thanks for the PR! Looks like you need to sign some commits:
Thanks! |
@hairyhenderson thanks for the advice, maybe I need some help to sign these commits, never done it before. |
@DieterReuter - basically all you need to do is add a |
@hairyhenderson OK, that's already clear to me. But the questions is, how to do this now after the commits are already done. I tried to find some hints but with out any luck until now. |
@DieterReuter ah :) For that, you'll have to squash the commits and force push. |
Signed-off-by: Dieter Reuter <dieter.reuter@me.com>
Signed-off-by: Dieter Reuter <dieter.reuter@me.com>
Signed-off-by: Dieter Reuter <dieter.reuter@me.com>
Signed-off-by: Dieter Reuter <dieter.reuter@me.com>
Signed-off-by: Dieter Reuter <dieter.reuter@me.com>
Signed-off-by: Dieter Reuter <dieter.reuter@me.com>
Signed-off-by: Dieter Reuter <dieter.reuter@me.com>
Signed-off-by: Dieter Reuter <dieter.reuter@me.com>
Signed-off-by: Dieter Reuter <dieter.reuter@me.com>
b707afd
to
74c1918
Compare
Signed-off-by: Dieter Reuter <dieter.reuter@me.com>
Signed-off-by: Dieter Reuter <dieter.reuter@me.com>
Signed-off-by: Dieter Reuter <dieter.reuter@me.com>
Signed-off-by: Dieter Reuter <dieter.reuter@me.com>
Signed-off-by: Dieter Reuter <dieter.reuter@me.com>
When upgrading a package with `apt-get install --only-upgrade $PACKAGE` the package is only upgraded, when it's already installed. To make sure to upgrade it anyway just use `apt-get install $PACKAGE`. Signed-off-by: Dieter Reuter <dieter.reuter@me.com>
Signed-off-by: Dieter Reuter <dieter.reuter@me.com>
Signed-off-by: Dieter Reuter <dieter.reuter@me.com>
74c1918
to
c748c70
Compare
@hairyhenderson Thanks for your help and tips. With a "little" research I was able to sign all the commits, even w/o a squash. Git is great, but it's hard to achieve a "master" level. ;-) |
[vsphere driver] not working with Esxi free license documentation update
Signed-off-by: Stefan Scherer <scherer_stefan@icloud.com>
Signed-off-by: Dieter Reuter <dieter.reuter@me.com>
Signed-off-by: Dieter Reuter <dieter.reuter@me.com>
Signed-off-by: Dieter Reuter <dieter.reuter@me.com>
Signed-off-by: Dieter Reuter <dieter.reuter@me.com>
Signed-off-by: Dieter Reuter <dieter.reuter@me.com>
Signed-off-by: Dieter Reuter <dieter.reuter@me.com>
Signed-off-by: Dieter Reuter <dieter.reuter@me.com>
Signed-off-by: Dieter Reuter <dieter.reuter@me.com>
Signed-off-by: Dieter Reuter <dieter.reuter@me.com>
Signed-off-by: Dieter Reuter <dieter.reuter@me.com>
Signed-off-by: Dieter Reuter <dieter.reuter@me.com>
Signed-off-by: Dieter Reuter <dieter.reuter@me.com>
Signed-off-by: Dieter Reuter <dieter.reuter@me.com>
Signed-off-by: Dieter Reuter <dieter.reuter@me.com>
When upgrading a package with `apt-get install --only-upgrade $PACKAGE` the package is only upgraded, when it's already installed. To make sure to upgrade it anyway just use `apt-get install $PACKAGE`. Signed-off-by: Dieter Reuter <dieter.reuter@me.com>
Signed-off-by: Dieter Reuter <dieter.reuter@me.com>
Signed-off-by: Dieter Reuter <dieter.reuter@me.com>
Signed-off-by: Stefan Scherer <scherer_stefan@icloud.com>
Signed-off-by: Stefan Scherer <scherer_stefan@icloud.com>
Signed-off-by: Stefan Scherer <scherer_stefan@icloud.com>
Signed-off-by: Stefan Scherer <scherer_stefan@icloud.com>
Hi , thanks for your efforts and persistence in submitting this driver. We are extremely excited that there is so much interest in Docker Machine and we really appreciate your interest. However, at this time it is proving to be extremely difficult for us to keep up with reviewing and testing each of these drivers for inclusion in the Machine core. We really want to switch to a more pluggable model, as well as polish up a few things about the driver model which need to be changed to ensure a smooth and sustainable future. Therefore, we will be moving to a plugin model for 0.5 and would love to have you involved in the design and development process. We are closing the outstanding driver PRs at this time, but please keep the code. We will stick closely to the current driver interface and you should be able to re-use a lot (if not all) of the existing driver along with the new plugin model. We will be moving all of the drivers which are merged directly into Machine today to the plugin model when it is available, so there will be no special treatment of those, and there will be documentation outlining the process of developing and using a Docker Machine driver plugin. With all of that being said, we want to apologize for the lack of feedback on your pull request. As contributors ourselves, we understand that being left in limbo is no fun. We would have liked to address this sooner, and in the future we will be more responsive around these kinds of issues. Once again, we thank you for the contribution and the tremendous support. Keep hacking strong! If you want to contribute to the design of the plugin model, we'd love to get your input on this issue where we will be planning it: |
Add SHA256 verification to our VBoxGuestAdditions.iso fetching
This is a new machine driver for using provisioning a Raspberry Pi running the Hypriot SD card image (it's based on Raspbian Wheezy).
We included some BATS integrations tests and tested it successfully against the latest Hypriot release 0.4. Here are the results:
The latest Hypriot release includes Docker 1.6.0 and could be used without any further setup or configuration, just flash the SD card, boot the Raspi, install your SSH credentials and use
docker-machine
. For more details on installing the basic system see the detailled tutorial Getting started with Docker on your Raspberry Pi.Even a
docker-machine upgrade
is working well to get the latest available Docker version: